.error_page {
  max-width: 56rem;
  margin-inline: auto;
  padding: var(--space-32) var(--space-6) var(--space-24);
  text-align: center;
}
.error_page-code {
  margin-bottom: var(--space-4);
  font-size: var(--text-7xl);
}
.error_page-title {
  margin-bottom: var(--space-4);
  font: var(--text-3xl)/var(--leading-tight) var(--font-heading);
}
.error_page-text {
  max-width: 36rem;
  margin: var(--space-0) auto var(--space-10);
  color: var(--ink-muted);
  font-size: var(--text-lg);
}
.error_page-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-4);
}
.error_page-help {
  margin-top: var(--space-10);
  color: var(--ink-faint);
  font-size: var(--text-sm);
}
.error_page-link:hover {
  color: var(--action-primary);
}
